Vcenter Tagging Associations Summary
The Vcenter Tagging Associations Summary describes a tag association.
This schema was added in vSphere API 7.0.0.0.
{
"tag": "string",
"object": {
"type": "string",
"id": "string"
}
}
The identifier of a tag.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Tag
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Tag
.
The identifier of an associated object.
This property was added in vSphere API 7.0.0.0.